home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 97 / The Games Machine - Ita - CD-ROM Vol.97 / XENIATGM97.ISO / Demo.dxr / Demo_15_Trailers.ls < prev    next >
Encoding:
Text File  |  2000-11-03  |  248 b   |  14 lines

  1. on mouseUp me
  2.   go(1, "trailer")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the member of sprite the currentSpriteNum to member("trailer2")
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the member of sprite the currentSpriteNum to member("trailer1")
  13. end
  14.